#news_detail_container {
  max-width: 1920px;
  margin: 0 auto;
  background: #F6F6F6;
  padding: 8rem;
}

.news_detail_title {
  padding: 8rem auto 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 1.7rem;
  color: #333333;
  opacity: 1;
}

.news_detail_date {
  margin: 0 auto 2.75rem;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1.7rem;
  color: #999999;
  opacity: 1;
  text-align: center;
}

.news_detail_content {
  width: 60%;
  margin: 0 auto 5rem;
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1.5rem;
  color: #333333;
  opacity: 1;
}

.news_detail_back {
  position: fixed;
  z-index: 9999;
  right: 8.5rem;
  bottom: 12.5rem;
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border: 1px solid #FD8A43;
  border-radius: 50%;
  opacity: 1;
  font-size: 0.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD8A43;
  opacity: 1;

  cursor: pointer;
}

.news_detail_back:hover {
  background: #FD8A43;
  color: #FFFFFF;
}

.news_detail_top {
  width: 3rem;
  height: 3rem;
  background: url('/asset/images/news_back.png');
  background-size: 100% 100%;
  position: fixed;
  right: 8.5rem;
  bottom: 8.5rem;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.minHeight {
  min-height: 1500px;
}